home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Online / AmTerm / amterm.cd < prev    next >
Text File  |  1997-02-05  |  6KB  |  297 lines

  1. ;
  2. ; $VER: AmTerm.cd 0.6 (26.11.96)
  3. ;
  4. ;
  5. ; Usefull strings
  6. ;
  7. MSG_OK (1001//)
  8. *_OK
  9. MSG_CANCEL (1002//) 
  10. _Cancel
  11. MSG_NO (1003//)
  12. _No
  13. MSG_YES (1004//)
  14. *_Yes
  15. MSG_RETRY (1005//)
  16. *_Retry
  17. ;
  18. MSG_MENU_PROJECT (2001//)
  19. Project
  20. MSG_MENU_ABOUT (2002//)
  21. About...
  22. MSG_MENU_ICONIFY (2003//)
  23. Iconify
  24. MSG_MENU_QUIT (2004//)
  25. Quit
  26. MSG_MENU_SETTINGS (2005//)
  27. Settings
  28. MSG_MENU_MUI (2006//)
  29. MUI Settings...
  30. MSG_MENU_EDIT (2007//)
  31. Edit
  32. MSG_MENU_COPY (2009//)
  33. Copy
  34. MSG_MENU_PASTE (2010//)
  35. Paste
  36. MSG_MENU_FULLSIZE (2011//)
  37. Full size window
  38. MSG_MENU_INIT (2018//)
  39. Initialize terminal window
  40. MSG_MENU_SAVEPLAIN (2020//)
  41. Save window contents as plain text...
  42. MSG_MENU_SAVESTYLE (2021//)
  43. Save window contents with styles...
  44. MSG_MENU_RESETWINSIZE (2028//)
  45. Reset window size (80x25)
  46. MSG_MENU_JUMPSCROLL (2035//)
  47. Jumpscroll
  48. MSG_MENU_PREFSWIN (2036//)
  49. Preferences
  50. MSG_MENU_XPRSEND (2037//)
  51. Send file(s)
  52. MSG_MENU_XPRRECV (2038//)
  53. Receive file(s)
  54. MSG_MENU_XFER (2039//)
  55. Transfer
  56. MSG_MENU_SAVEPREFS (2040//)
  57. Save preferences...
  58. MSG_MENU_LOADPREFS (2041//)
  59. Load preferences...
  60. MSG_MENU_SAVEDEFAULT (2042//)
  61. Save preferences as default
  62. MSG_MENU_DIAL (2043//)
  63. Dial...
  64. MSG_MENU_HANGUP (2044//)
  65. Hang up
  66. MSG_MENU_LOADHIS (2045//)
  67. Load system list...
  68. MSG_MENU_SAVEHIS (2046//)
  69. Save system list...
  70. MSG_MENU_SAVEHISDEFAULT (2047//)
  71. Save system list as default
  72. MSG_MENU_DEFAULTPREFS (2048//)
  73. Set preferences to default
  74. MSG_MENU_SENDASCII (2049//)
  75. Paste from file...
  76. MSG_MENU_SENDLOGIN (2050//)
  77. Send username...
  78. MSG_MENU_SENDPW (2051//)
  79. Send password...
  80. MSG_MENU_FUNCTIONS (2052//)
  81. Functions
  82. MSG_MENU_CAPTURE (2053//)
  83. Capture session to file...
  84. MSG_MENU_CAPTUREEND (2054//)
  85. Close capture file
  86. ;
  87. ; Application stuff
  88. ;
  89. MSG_APP_DESC (3001//)
  90. AmTerm Terminal Programm
  91. MSG_APP_GUIDENAME (3002//)
  92. AmTerm.guide
  93. ;
  94. ; About
  95. ;
  96. MSG_ABOUT_TITLE (4001//)
  97. AmTerm · Copyright Information
  98. MSG_ABOUT_BUTTON (4002//)
  99. Close this window
  100. ;
  101. ; TCP Module / Error Codes
  102. ;
  103. MSG_ERROR_OPENFILE (5002//)
  104. Can't open file \"\033b%s\033n\"!
  105. MSG_APP_FAILED (5003//)
  106. Internal error:\nFailed to create MUI Application Object\nMUI Error code %ld\n\
  107. Please report this bug via email immediately to\nmerlin@vapor.com\n\
  108. State your system configuration and, if possible,\nthe circumstances which caused the bug.
  109. MSG_WIN_FAILED (5004//)
  110. Internal error:\nFailed to create MUI Window Object\nMUI Error code %ld\n\
  111. Please report this bug via email immediately to\nmerlin@vapor.com\n\
  112. State your system configuration and, if possible,\nthe circumstances which caused the bug.
  113. MSG_ERROR_MEMORY (5008//)
  114. Can't allocate memory!
  115. MSG_ERROR_NOTERM (5009//)
  116. Term.mcc Class is not installed in `MUI:Libs/MUI/Term.mcc' !\nPlease install first!
  117. MSG_ERROR_DEVICE (5010//)
  118. \033cCan't open device\n\"\033b%s\033n\" Unit \033b%ld\033n.
  119. MSG_ERROR_XPRLIB (5011//)
  120. \033cCan't open transfer library\n\"\033b%s\033n\".
  121. MSG_ERROR_SAVEPREFS (5012//)
  122. \033cCan't save preferences to file\n\"\033b%s\033n\".
  123. MSG_ERROR_PHONE (5013//)
  124. \033c\033bCan't dial!\033n\nNo phone number given.
  125. MSG_ERROR_SYSTEMS (5014//)
  126. \033c\033bCan't load system list.\033n\nWrong file format.
  127. MSG_ERROR_OLDTERM (5015//)
  128. You are using a old Term.MCC class (version %ld).\n\
  129. AmTerm requires at least V%ld.\n\
  130. (If you've just installed a update, just reset your system,\n\
  131. and try again!)
  132. ;
  133. ; Main Window
  134. ;
  135. MSG_MW_TITLE (6001//)
  136. %s · not connected (%ldx%ld)
  137. MSG_MW_TITLE_CONNECT (6002//)
  138. %s · connected to \"%s\" (%ldx%ld)
  139. ;
  140. MSG_MW_OPEN (6010//)
  141. Dial
  142. MSG_MW_CLOSE (6011//)
  143. Hang up
  144. MSG_MW_SYSTEM (6012//)
  145.  System:
  146. MSG_MW_RING (6013//)
  147. \033c\033bSomebody is ringing you up!\033n\n(Time %s)
  148. MSG_MW_CONNECTSINCE (6014//)
  149.  Last connect:
  150. MSG_MW_CONNECTTIME (6015//)
  151.  Online:
  152. MSG_MW_TIME (6016//)
  153.  Time:
  154. MSG_MW_PHONE (6017//)
  155.  Phone:
  156. ;
  157. ; Little Listview
  158. ;
  159. MSG_LV_DELETE (8101//)
  160. Delete
  161. MSG_LV_SELECT (8102//)
  162. Select
  163. MSG_LV_SORT (8103//)
  164. Sort
  165. MSG_LV_NEW (8104//)
  166. New
  167. MSG_LV_EDIT (8105//)
  168. Edit
  169. ;
  170. ; Config Window
  171. ;
  172. MSG_PW_TITLE (9000//)
  173. AmTerm · Preferences
  174. MSG_PW_SAVE (9001//)
  175. Save
  176. MSG_PW_USE (9002//)
  177. Use
  178. MSG_PW_CANCEL (9003//)
  179. Cancel
  180. MSG_PW_SERIAL (9004//)
  181. Serial
  182. MSG_PW_MODEM (9005//)
  183. Modem
  184. MSG_PW_TERMINAL (9006//)
  185. Terminal
  186. MSG_PW_FKEYS (9007//)
  187. F-Keys
  188. MSG_PW_DEVICE (9009//)
  189.  Device:
  190. MSG_PW_UNIT (9010//)
  191.  Unit:
  192. MSG_PW_BAUD (9011//)
  193.  Baud:
  194. MSG_PW_HANDSHAKE (9014//)
  195.  Handshake:
  196. MSG_PW_RTSCTS (9015//)
  197. RTS/CTS
  198. MSG_PW_XONXOFF (9016//)
  199. XOn/XOff
  200. MSG_PW_NONE (9017//)
  201. None
  202. MSG_PW_TRANSFER (9018//)
  203. Transfer
  204. MSG_PW_DIAL (9020//)
  205.  Dial prefix:
  206. MSG_PW_INIT (9021//)
  207.  Init:
  208. MSG_PW_HANGUP (9022//)
  209.  Hang up:
  210. MSG_PW_XPRLIBS (9023//)
  211.  XPR library:
  212. MSG_PW_DLPATH (9024//)
  213.  Download path:
  214. MSG_PW_ULPATH (9025//)
  215.  Upload path:
  216. MSG_PW_EMULATION (9026//)
  217.  Emulation:
  218. MSG_PW_ANSI (9027//)
  219. ANSI X3.64-1979
  220. MSG_PW_VT100 (9028//)
  221. VT100
  222. MSG_PW_TTY (9029//)
  223. TTY
  224. MSG_PW_LFASCRLF (9030//)
  225.  Linefeed as CR+LF:
  226. MSG_PW_CRASLF (9031//)
  227.  Return as CR+LF:
  228. MSG_PW_CURSOR (9032//)
  229.  Cursor underlined:
  230. MSG_PW_ECHO (9033//)
  231.  Local echo:
  232. MSG_PW_SWAPDELBS (9034//)
  233.  Swap backspace & delete:
  234. MSG_PW_CRINFO (9035//)
  235. \033c"|" is carriage return, "~" is ½s delay
  236. MSG_PW_ANSI16 (9036//)
  237. ANSI (16 colours)
  238. MSG_PW_XPROPTS (9037//)
  239.  XPR options:
  240. MSG_PW_SHARED (9038//)
  241.  Shared:
  242. ;
  243. ; XFer Window
  244. ;
  245. MSG_XF_TITLE (9100//)
  246. AmTerm · Transfer
  247. MSG_XF_FILENAME (9101//)
  248.  Filename:
  249. MSG_XF_FILESIZE (9102//)
  250.  Size:
  251. MSG_XF_BREAK (9103//)
  252.  Break transfer
  253. MSG_XF_INFO (9105//)
  254.  Info:
  255. MSG_XF_BYTES (9106//)
  256.  Bytes:
  257. MSG_XF_RATE (9107//)
  258.  Rate:
  259. MSG_XF_ERROR (9108//)
  260.  Errors:
  261. MSG_XF_EXPECTTIME (9110//)
  262.  Expected time:
  263. MSG_XF_ELAPSEDTIME (9111//)
  264.  Elapsed time:
  265. ;
  266. ; Edit Window
  267. ;
  268. MSG_EW_TITLE (9201//)
  269. AmTerm · System Editor
  270. MSG_EW_SYSTEMNAME (9202//)
  271.  System name:
  272. MSG_EW_INFO (9203//)
  273.  Info:
  274. MSG_EW_PHONE (9204//)
  275.  Phone number:
  276. MSG_EW_PHONEINFO (9205//)
  277. \033cSeperated multiple phone numbers with "|"
  278. MSG_EW_PREFS (9206//)
  279.  Prefs file:
  280. MSG_EW_PREFSINFO (9207//)
  281. \033cEmpty prefs file takes current settings
  282. MSG_EW_USERNAME (9208//)
  283.  Username:
  284. MSG_EW_PASSWORD (9209//)
  285.  Password:
  286. ;
  287. ; Messages
  288. ;
  289. MSG_DIALING (2500//)
  290. \r\n\033[0;33mDialing '\033[1m%s\033[21m', number '\033[1m%s\033[21m'...\033[0m\r\n
  291. MSG_CONNECTED (2501//)
  292. \r\n\033[0;33mConnected to '\033[1m%s\033[21m'.\033[0m\r\n
  293. MSG_CLOSED (2502//)
  294. \r\n\033[0;33mConnected closed.\033[0m\r\n
  295. MSG_HANGUP (2503//)
  296. \r\n\033[0;33mHang up!\033[0m\r\n
  297.